Class com.symantec.itools.swing.JButtonGroupPanel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.swing.JButtonGroupPanel

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----com.symantec.itools.swing.JButtonGroupPanel

public class JButtonGroupPanel
extends JPanel
implements ActionListener

Variable Index

 o buttons
 o group
 o listeners

Constructor Index

 o com.symantec.itools.swing.JButtonGroupPanel()
 o com.symantec.itools.swing.JButtonGroupPanel(ButtonGroup)

Method Index

 o actionPerformed(ActionEvent)
 o addActionListener(ActionListener)
 o addImpl(Component, Object, int)
 o getElements()
 o getSelection()
 o isSelected(AbstractButton)
 o isSelected(String)
 o remove(AbstractButton)
 o removeActionListener(ActionListener)
 o setSelection(AbstractButton, boolean)
 o setSelection(String, boolean)

Variables

 o buttons
protected java.util.Vector buttons
 o group
protected com.sun.java.swing.ButtonGroup group
 o listeners
protected java.util.Vector listeners

Constructors

 o JButtonGroupPanel
public JButtonGroupPanel()
 o JButtonGroupPanel
public JButtonGroupPanel(ButtonGroup grp)

Methods

 o actionPerformed
public void actionPerformed(ActionEvent event)
 o addActionListener
public void addActionListener(ActionListener listener)
 o addImpl
protected void addImpl(Component comp,
                       Object constraints,
                       int index)
Overrides:
addImpl in class Container
 o getElements
public java.util.Enumeration getElements()
 o getSelection
public com.sun.java.swing.AbstractButton getSelection()
 o isSelected
public boolean isSelected(AbstractButton btn)
 o isSelected
public boolean isSelected(String text)
 o remove
public void remove(AbstractButton btn)
 o removeActionListener
public void removeActionListener(ActionListener listener)
 o setSelection
public void setSelection(AbstractButton btn,
                         boolean f)
 o setSelection
public void setSelection(String text,
                         boolean f)

All Packages  Class Hierarchy  This Package  Previous  Next  Index